home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / rem_acc / pwrcid10.zip / PWR-CID.DOC < prev    next >
Text File  |  1996-04-08  |  8KB  |  311 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                             PowerCID v1.00
  11.                  ------------------------------------
  12.                  Copyright (C) 1996 by Phillip Powers
  13.                           All Rights Reserved
  14.  
  15.                           Released 04/08/1996
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.   Table of contents
  29. ╘═══════════════════════════════════════════════════════════════════════
  30.  
  31.   1 Archive Contents .......................................  3
  32.  
  33.   2 Introduction/Features ..................................  4
  34.  
  35.   3 Installation/Configuration .............................  5
  36.  
  37.   4 Multinode Operations....................................  7
  38.  
  39.   5 Registration ...........................................  9
  40.  
  41.   6 Warranty ............................................... 10
  42.  
  43.   7 Credits ................................................ 11
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.                                  Page 3
  51.  
  52.  
  53.   1 · Archive Contents
  54. ╘═══════════════════════════════════════════════════════════════════════
  55.  
  56.   This archive (PWRCID10.ZIP) contains the following files inside it:
  57.  
  58.   PWR-CID.EXE    -  Main Executable Program
  59.   PCIDCFG.EXE    -  Configuration Program for PowerCID
  60.   PWR-CID.DOC    -  PowerCID Documentation File (You are reading it!)
  61.   FILE_ID.DIZ    -  Description of PWRCID10.ZIP
  62.  
  63.   File that gets created after running PCIDCFG.EXE:
  64.  
  65.   PWR-CID.CFG    -  Configuration File
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                                  Page 4
  74.  
  75.   2 · Introduction / Features
  76. ╘═══════════════════════════════════════════════════════════════════════
  77.  
  78.  PowerCID is a simple little utility for FrontDoor/InterMail Mailers and
  79.  for RemoteAccess BBS Software which will import the CallerID Name and
  80.  Number into your RA.LOG file.
  81.  
  82.  PWR-CID.EXE reads your specified mailer log file and searches for the
  83.  following two lines:
  84.  
  85.  DFRS: NMBR = 4075696568
  86.  DFRS: NAME = DOE JIM
  87.  
  88.  PWR-CID.EXE will import these lines into your specified RemoteAccess LOG
  89.  file properly, such as:
  90.  
  91.  ----------  Mon 08 Apr 96, RA 2.50.bD+ line #1
  92.  > 18:55:01  Jim Doe on-line at 33600 BPS
  93.  > 18:55:04  Security level 50, 47 mins today, 0 mins this session
  94.  > 18:55:40  Home #: 407-555-5555, Data #: 407-569-6568
  95.  > 18:55:49  PowerCID Info: NAME = DOE JIM
  96.  > 18:55:49  PowerCID Info: NUMBER = 407-569-6568
  97.  > 18:56:05  User requested to terminate the call
  98.  > 18:56:06  User off-line
  99.  
  100.  It will import the CallerID Name first and then the CallerID Number, after
  101.  it's been reformatted with the dashes.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.                                  Page 5
  120.  
  121.   3 · Installation/Configuration (PCIDCFG.EXE)
  122. ╘═══════════════════════════════════════════════════════════════════════
  123.  
  124.  Installation of PowerCID is quite simple.  Just follow these step:
  125.  
  126.  1.) Create a directory called \RA\PWR-CID   (or one of your choice)
  127.  2.) Unzip PWRCID10.ZIP into the \RA\PWR-CID directory
  128.  3.) Run PCIDCFG.EXE and then define the path and filenames for the logs:
  129.  
  130. ╔═════════════════════════════ PowerCID v1.0 ═══════════════════════════════╗
  131. ║FD Log File: C:\LOGS\FD.LOG∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙            ║
  132. ║RA Log File: C:\LOGS\RA.LOG∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙            ║
  133. ╚═══════════════════════════════════════════════════════════════════════════╝
  134.  
  135.      o Define the path and filename for the FrontDoor LOG.
  136.      o Define the path and filename for the RemoteAccess LOG.
  137.  
  138.  4.) Create a batch file called PWR-CID.BAT which looks like:
  139.  
  140.  @Echo Off
  141.  cd\ra\pwr-cid
  142.  pwr-cid.exe
  143.  exit
  144.  
  145.  5.) Go into the RemoteAccess Menu Editor, and edit your TOP.MNU.
  146.  
  147.      Add the two commands to the top of your TOP.MNU in this order:
  148.  
  149.      Display : ;
  150.      MenuCmnd: 47 (Make an entry in the system log)
  151.      Opt Data: Home: ^FE, Data: ^FD  (^F refers to CTRL-P, CTRL-F)
  152.      AutoExec: YES
  153.  
  154.      Display : ;
  155.      MenuCmnd: 7 (Run an external door)
  156.      Opt Data: *C /c c:\path\pwr-cid.bat *M
  157.      AutoExec: YES
  158.  
  159.  6.) That's it!  You are done with the installation.  Get someone to logon
  160.      and then check your RA.LOG file!
  161.  
  162.  
  163.  
  164.  
  165.                                  Page 7
  166.  
  167.   4 · Multinode Operations
  168. ╚═══════════════════════════════════════════════════════════════════════
  169.  
  170.  You have two options to run this program multinode:
  171.  
  172.  o METHOD ONE: Copying the CFG to .1, .2, and back again.
  173.  
  174.     - Make 1 CFG file for your Node 1 defaults, and then rename it to
  175.       PWR-CID.1.
  176.  
  177.     - Run PCIDCFG.EXE again and this time configure it for your Node 2
  178.       defaults.  Exit and then rename this to PWR-CID.2.
  179.  
  180.     - Do so for the remaining number of nodes that you have that support
  181.       CallerID.
  182.  
  183.     - The menu command which calls the batch file from the TOP.MNU should
  184.       read something like this:
  185.  
  186.       Display : ;
  187.       MenuCmnd: 7 (Run external door)
  188.       Opt Data: *C /c c:\path\pwr-cid.bat *N *M
  189.       AutoExec: YES
  190.  
  191.       The Batch File should read:
  192.  
  193.       @Echo Off
  194.       cd\ra\pwr-cid
  195.       copy pwr-cid.%1 pwr-cid.cfg
  196.       pwr-cid.exe
  197.       exit
  198.  
  199.  o METHOD TWO: Install the Program for as many nodes as you have.
  200.  
  201.     - Simply create \RA\PWR-CID1, \RA\PWR-CID2, \RA\PWR-CID3, etc..
  202.     - Then follow the instructions from Chapter 2.
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.                                  Page 9
  212.  
  213.   5 · Registration Information
  214. ╘═══════════════════════════════════════════════════════════════════════
  215.  
  216.  PowerCID is *FREEWARE* there is no registration costs for this program.
  217.  You may continue to use this program for as long as you would like.
  218.  
  219.  If you do find this program of any interest to you, and have some extra
  220.  funds and dont mind sending it to me, please feel free:
  221.  
  222.  Phillip Powers
  223.  2031 12th ST
  224.  Vero Beach, FL, 32960
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.                                  Page 10
  235.  
  236.   6 · Warranty
  237. ╚═══════════════════════════════════════════════════════════════════════
  238.  
  239.  PowerCID is provided as it is, without warranty of any kind or fitness.
  240.  The only guarantee is that PowerCID will occupy disk space.
  241.  
  242.  PowerCID is protected by applicable copyright laws and international
  243.  laws of treaty.
  244.  
  245.  In no event will Phillip Powers be held responsible to you or anyone else
  246.  for any damages or costs, this software may cause, including any lost
  247.  profits, lost savings, lost income, lost information, or other accidental
  248.  damages caused by using PowerCID.
  249.  
  250.  You may freely distribute and copy PowerCID provided no profit is made and
  251.  that the PowerCID archive contains no modified copies of the original files
  252.  as generated by Phillip Powers.  No part of PowerCID may be modified,
  253.  altered, sold or distributed in any form which would involve any sort of
  254.  profit without prior written permission from Phillip Powers.
  255.  
  256.  I cannot guarentee that newer versions of PowerCID will be released.
  257.  If you have ANY suggestions that I may add, please feel free to contact me
  258.  by snail mail with the address provided in Section 4 (Registration), or
  259.  send me netmail to:  Phillip Powers at 1:374/6568 (The Concession Stand).
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.                                  Page 12
  281.  
  282.   7 · Credits
  283. ╘═══════════════════════════════════════════════════════════════════════
  284.  
  285.  The following copyrighted programs are mentioned in this documentation:
  286.  
  287.  · FrontDoor                    Joaquim Homrighausen
  288.  · Intermail                    Scandinavian PC Systems
  289.  · RemoteAccess                 Andrew Milner // Wantree Development
  290.  
  291.  
  292.  I would like to especially thank Eric Staufer for helping me out with
  293.  writing this documentation.
  294.  
  295.  
  296.  If you would need to contact me, you have the following choices:
  297.  
  298.  o Write me a message in the RA_UTIL FidoNet Echo.
  299.  
  300.  o FidoNet NetMail sent to:  Phillip Powers at 1:374/6568
  301.  
  302.  =OR=
  303.  
  304.  o LogOn to: The Concession Stand
  305.                (407) 569-6568
  306.                Upto 33600bps!
  307.              FidoNet: 1:374/6568
  308.             RemoteAccess Beta Site
  309.  
  310.                  .. and send email to Phillip Powers
  311.